My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: ODBC SQL limit offset results
Hello @Bart Jonk, As of now, OFFSET and LIMIT are still not supported but a suggested workaround aside from using TOP would be to use something like: SELECT * FROM TRANSACTIONS WHERE RowNum >= 1 A…2 -
Re: Invoice transaction line items not updating aftersubmit
Hello @JPrice, It is expected. The N/ui/message module only works for client scripts. You can bypass this with a similar approach as the sample code in SuiteAnswers: Pass URL from a User Event Script…1 -
Re: Invoice transaction line items not updating aftersubmit
Hi @JPrice, If feasible, you can place your code under beforeSubmit instead of the afterSubmit to avoid such conflicts in the code. You can utilize the N/ui/message module but this only works on clie…1 -
Re: How to automatically update pricing of related items?
Hi @Ramkumar Natchimuthu, Upon checking, the Related Items sublist is currently not exposed for scripting and therefore it is not possible to use scripts to automate the price updates. This is filed …1 -
Re: Is there a way to check specific permissions for script execution?
Hello @Vernita, Good day. This is possible with SuiteScript. Records Browser indicates that Role is a scriptable record. Reference: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser…1
